Skip to main content

Parser Output Json Description

Processed Topic

Providing the sample data of processed messages and the definition of each fields in the data are given below.

sample
{
"Sensors": [
{
"Name": "Event",
"Value": "GTFRI",
"Type": "Other",
"SensorID": 2,
"UnitOfMeasurement": 28
},
{
"Name": "DeviceType",
"Value": "27",
"Type": "Other",
"SensorID": 551,
"UnitOfMeasurement": 28
}
],
"Guid": "e9ebf753-1a9e-46e2-9b3a-56a05e4b5a5e",
"IMEI": "867162025774498",
"ActualDate": "2023-07-13T14:18:23",
"HardwareName": "QUECLINKGV300",
"PortNumber": 17957,
"ServerName": "PLD-APP-CN03",
"TenantName": "ITrac",
"MessageType": "KOREPL"
}
Field NameDescriptionNotes
SensorsList of sensors decoded by the processorEach sensor contain: Name, Value, Type, SensorID, UnitOfMeasurements
GuidUnprocessed message GUID
IMEIDevice Identification
Actual DateDate and time included in the messageIf the messages does not include the date and time, the current date is used
HardwareNameProcessor nameIt should be the same to the device model
PortNumberPort number from where the information was received
ServerNameServer Name from where the information was received
TenantNameCustomer name
MessageTypeMessage TypeKOREPL

Sensor Definition

Providing the sample data of the definition of each fields in the sensor data are given below.

sample
{
"Name": "MessageType",
"Value": "GTFRI",
"Type": "Other",
"SensorID": 315,
"UnitOfMeasurement": 28
}
Field NameDescriptionNotes
NameMessage sent by the deviceBy default it uses the generic name , for some cases processors, it use the name of the manufacturer
ValueValue of the sensor
TypeSensor TypeSensor Type consists of Speed, Length, Flow, Volume, Temperature etc.
SensorIDThis is the internal id used to identify the sensorThe same value used by all processors
UnitofMeasurementUnit of measurement of the sensorThe value sent by the device is converted to standard unit of measurement. Example: Kilometers,Percentage,PSI,Celsius,KiloPascal,....